projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
082a7dd
)
Add flair to readme
author
Stephen Becker IV
<github@deathbyescalator.com>
Sat, 12 Mar 2016 18:40:03 +0000
(10:40 -0800)
committer
Stephen Becker IV
<github@deathbyescalator.com>
Sat, 12 Mar 2016 20:23:13 +0000
(12:23 -0800)
Add the travis-ci and appveyor build badges to the readme
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index d5395533af58459c541869afd48113af245dcbfe..1ad7556b66a6bb897ffd26141f0cfef55e8a7943 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-2,6
+2,10
@@
Cargo downloads your Rust project’s dependencies and compiles your project.
Learn more at http://doc.crates.io/
+## Code Status
+[](https://travis-ci.org/rust-lang/cargo)
+[](https://ci.appveyor.com/project/alexcrichton/cargo)
+
## Installing Cargo
Cargo is distributed by default with Rust, so if you've got `rustc` installed